home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
DJGPP
/
BNU22SR1.ZIP
/
src
/
binutils.2
/
ld
/
gld960.xbn
< prev
next >
Wrap
Text File
|
1993-05-30
|
401b
|
24 lines
/* Generated through mkscript */
"{SECTIONS\n\
{ \n\
.text : \n\
{ \n\
CREATE_OBJECT_SYMBOLS\n\
*(.text) \n\
_etext = .;\n\
} \n\
.data SIZEOF(.text) + ADDR(.text):\n\
{ \n\
*(.data) \n\
_edata = .;\n\
} \n\
.bss SIZEOF(.data) + ADDR(.data):\n\
{ \n\
_bss_start = .;\n\
*(.bss) \n\
*(COMMON) \n\
_end = .;\n\
} \n\
} \n\
}"